stack: Fix :needs-attention docs
authorTimm Bäder <mail@baedert.org>
Sat, 13 Jun 2020 19:25:21 +0000 (21:25 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 19 Jun 2020 03:26:25 +0000 (05:26 +0200)
This is a property on GtkStackPage these days.

gtk/gtkstack.c

index b0715960d692859f274d75102de22411fab10db3..a46e897ca0b80638eee9ad408e0d62aa45db8bb1 100644 (file)
@@ -403,9 +403,9 @@ gtk_stack_page_class_init (GtkStackPageClass *class)
                          GTK_PARAM_READWRITE);
 
   /**
-   * GtkStack:needs-attention:
+   * GtkStackPage:needs-attention:
    *
-   * Sets a flag specifying whether the child requires the user attention.
+   * Sets a flag specifying whether the oage requires the user attention.
    * This is used by the #GtkStackSwitcher to change the appearance of the
    * corresponding button when a page needs attention and it is not the
    * current one.